home *** CD-ROM | disk | FTP | other *** search
/ Information Operations Fundamentals 2001 February / Information_Operations_Fundamentals_Unclassified_Version_1.0_February_2001.iso / Mod02 / M02_01_05_01.swf / scripts / DefineButton2_31 / BUTTONCONDACTION on(release).as
Text File  |  2001-02-07  |  203b  |  10 lines

  1. on(release){
  2.    unloadMovieNum(2);
  3.    loadMovieNum("Mod02/M02_01_05_02.swf",2,"GET");
  4.    set("_level0:pausestate","play");
  5.    tellTarget("_level3/pause")
  6.    {
  7.       gotoAndStop("pause");
  8.    }
  9. }
  10.